css all caps

169

css all uppercase to capitalize -

.link {
  text-transform: lowercase;
 
}

.link::first-line {
  text-transform: capitalize;
}

Comments

Submit
0 Comments